home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Dom i biuro / Crimson Editor 3.70 / cedt370r.exe / spec / jal.spc < prev    next >
Text File  |  2003-06-18  |  566b  |  24 lines

  1. # JAL LANGUAGE SPECIFICATION FILE FOR CRIMSON EDITOR 
  2. # FIRST EDITED BY Ali Erhan Aydemir
  3.  
  4. # Jal (Just Another Language) is a High Level Language for the Microchip PIC 16f84 (and the older 16c84) 
  5. # and Scenix SX18 and SX28 microcontrollers
  6.  
  7. # Developed by Wouter van Ooijen
  8. # Everard Meysterweg 36
  9. # 3817 HD Amersfoort
  10. # The Netherlands
  11.  
  12. $CASESENSITIVE=NO
  13. $DELIMITERS=!%^&*()-+=|{}[]:;"',.<>/?
  14. $HEXADECIMALMARK=0x 
  15. $ESCAPECHAR=\
  16. $QUOTATIONMARK1="
  17. $QUOTATIONMARK2='
  18. $QUOTATIONMARKRANGE=R1||R2
  19. $LINECOMMENT=--
  20. $PAIRS1=()
  21. $PAIRS2=[]
  22. $PAIRS3={}
  23.  
  24.